home *** CD-ROM | disk | FTP | other *** search
/ Workbench Designer 2 / Workbench Designer 2.iso / boot / kesc1_273 / install / uninstall < prev   
Encoding:
Text File  |  1996-08-26  |  715 b   |  29 lines

  1. ;***** Kit Early Startup Control Desinstallation Script
  2.  
  3. (transcript "Uninstalling Kit Early Startup Control...")
  4. (set @default-dest "SYS:")
  5.  
  6. ;***** Introduction
  7. (complete 0)
  8.  
  9. (message
  10.     "The installation made modifications on the"
  11.     "Startup-Sequence and in the S: directory."
  12.     "This script is gonna to make it back to the normal."
  13. )
  14.  
  15. (run ("delete S:kesc.prefs"))
  16. (run ("delete S:Startup-Sequence"))
  17. (run ("delete S:Kesc-Startup"))
  18. (run ("rename S:Startups/Startup_normal S:Startup-Sequence"))
  19. (run ("delete S:Startups ALL"))
  20. (run ("delete C:kesc"))
  21.  
  22. ;***** Finished
  23. (complete 100)
  24.  
  25. (message
  26.     "Deactivated programs in WBStartup directory are always"
  27.     "deactivated. You still have to rename the .noinfo as .info."
  28. )
  29.